home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_4500.txt < prev    next >
Text File  |  1991-02-27  |  1KB  |  31 lines

  1. -- card: 4500 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. ANSI C
  11.  
  12. The ANSI standard of C adds several features to traditional versions of C and helps to unify its development.  The most notable changes are: function prototyping, void types, the const and volatile qualifiers, and miscellaneous library changes.
  13.  
  14. The Language Reference in the TC User's Manual describes the differences between Think C 4.0 and ANSI C.  Most significantly:  TC does not support ANSI C's 'const' and       'volatile' type qualifiers nor the 'signed' type specifier; TC does not support the new      "tentative definition" feature for global variables*; TC does not implement ANSI C trigraph sequences.
  15.  
  16.  
  17. -- part contents for background part 29
  18. ----- text -----
  19. 28465
  20.  
  21. -- part contents for background part 27
  22. ----- text -----
  23. Defining external variables
  24.  
  25. -- part contents for background part 20
  26. ----- text -----
  27. Defining external variables - p78
  28.  
  29. -- part contents for background part 7
  30. ----- text -----
  31. 215